com.supermap.ar.areffect.gltfModel
Class Attributes
- java.lang.Object
-
- com.supermap.ar.areffect.gltfModel.Attributes
-
public class Attributes extends java.lang.Object
Properties of basic graphic elements (Defined by gltf format. Generally, we don't change it)
-
-
Constructor Summary
Constructors Constructor and Description Attributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Integer
getNORMAL()
Gets the value of NORMALjava.lang.Integer
getPOSITION()
Gets the value of POSITIONjava.lang.Integer
getTEXCOORD_0()
Gets the value of TEXCOORD_0void
setNORMAL(java.lang.Integer NORMAL)
Sets the value of NORMALvoid
setPOSITION(java.lang.Integer POSITION)
Sets the value of POSITIONvoid
setTEXCOORD_0(java.lang.Integer TEXCOORD_0)
Sets the value of TEXCOORD_0
-
-
-
Method Detail
-
setPOSITION
public void setPOSITION(java.lang.Integer POSITION)
Sets the value of POSITION- Parameters:
POSITION
-
-
getPOSITION
public java.lang.Integer getPOSITION()
Gets the value of POSITION- Returns:
-
setNORMAL
public void setNORMAL(java.lang.Integer NORMAL)
Sets the value of NORMAL- Parameters:
NORMAL
-
-
getNORMAL
public java.lang.Integer getNORMAL()
Gets the value of NORMAL- Returns:
-
setTEXCOORD_0
public void setTEXCOORD_0(java.lang.Integer TEXCOORD_0)
Sets the value of TEXCOORD_0- Parameters:
TEXCOORD_0
-
-
getTEXCOORD_0
public java.lang.Integer getTEXCOORD_0()
Gets the value of TEXCOORD_0- Returns:
-
-